home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls029.1.Z / tls029.1 / systems / 296 < prev    next >
Encoding:
Text File  |  1994-04-19  |  1.0 KB  |  25 lines

  1. cdb - Ironwood Software
  2.  
  3. KEYWORDS: library, language, debugger, Languages, Debuggers & Libraries        , 408     
  4.  
  5. C Debugger
  6.  
  7. cdb is a screen-oriented, source-level debugger for C programs. It provides a
  8. rich set of tools for the professional programmer. Even on dumb terminals it
  9. has an easy-to-use display with a command window and a source window showing
  10. the program source as you step through the execution
  11.  
  12. You can, for example, set a breakpoint for the common exit point from a
  13. procedure, or set an uplevel breakpoint at the return point to a calling
  14. procedure. cdb allows you to suspend and then activate breakpoints, either
  15. individually or as a group. cdb has conditional breakpoints which can silently
  16. test for an error condition and stop only when the condition occurs
  17.  
  18. cdb knows about data types and C expressions. You can use the full range of C
  19. expressions, including type casts. cdb also has assertions, signal handling,
  20. and full C macro capability.
  21.  
  22. Ironwood Software
  23. Tel: (408) 727-9942
  24. Toll free: (800) 552-9422           
  25.